Syntax:
VA1.Open_Specified_Wave_File_And_Process
Details :
A VoiceAction Power Instruction.
Specify the location of (Microsoft Wave format) wave file with recorded speech.(Specified by Open_this_Wave_file)
PLEASE DO NOT USE VERY LONG WAVE FILES!
ALSO NOTE THAT YOU HAVE TO DESIGN THE INTELLIGENCE FOR SUCH A KIND OF OFF LINE CONTINUOUS PROCESSING, IN A DIFFERENT WAY THAN FOR REAL TIME DISCRETE PROCESSING!
Please use 22Khz 8 bit recording format
only!
Example :
Private Sub Process()
VA1.....
:
:
VA1.Open_this_Wave_file = "C:\Me.wav"
VA1.Open_Specified_Wave_File_And_Process
End Sub
SEE EXAMPLES